object SetPasswordDlg: TSetPasswordDlg Left = 336 Top = 344 HelpContext = 14001 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Set password' ClientHeight = 139 ClientWidth = 285 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object pnBottom: TPanel Left = 0 Top = 26 Width = 285 Height = 113 Align = alClient BevelOuter = bvNone TabOrder = 0 object lPassword: TLabel Left = 8 Top = 16 Width = 113 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '&Password:' FocusControl = ePsw end object lConfirm: TLabel Left = 8 Top = 48 Width = 113 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '&Confirm password:' FocusControl = eCfm end object bOK: TButton Left = 40 Top = 80 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end object bCancel: TButton Left = 120 Top = 80 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object eCfm: TEdit Left = 128 Top = 44 Width = 145 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False PasswordChar = '*' TabOrder = 1 end object ePsw: TEdit Left = 128 Top = 12 Width = 145 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False PasswordChar = '*' TabOrder = 0 end object bHelp: TButton Left = 200 Top = 80 Width = 75 Height = 25 Caption = 'Help' TabOrder = 4 OnClick = bHelpClick end end object pnTop: TPanel Left = 0 Top = 0 Width = 285 Height = 26 Align = alTop BevelOuter = bvNone TabOrder = 1 object lTitle: TLabel Left = 8 Top = 8 Width = 265 Height = 13 AutoSize = False WordWrap = True end end end